Release 2018.4
authorColin Walters <walters@verbum.org>
Thu, 22 Mar 2018 20:52:04 +0000 (16:52 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 22 Mar 2018 21:07:11 +0000 (21:07 +0000)
A quick turnaround to include one PR: https://github.com/ostreedev/ostree/pull/1508
"switchroot: Ensure /run/ostree-booted is created even without initramfs"

This fixes ostree when booting without an initramfs.  Thanks to @akiernan for the
bug report and helping review the fix!  I'm working on enhancing
the test suite, which will help in adding some coverage here.

Also for this release I'm going to avoid adding a "stub" symbol section
to the `-released.sym` file; I don't believe it's necessary.

Closes: #1512
Approved by: jlebon

configure.ac
src/libostree/libostree-devel.sym

index 87070cd834b061fb38a7c905e429d84940faf00a..35962dfaa9f172c9f9bb3d058ae2009dd897fc01 100644 (file)
@@ -7,7 +7,7 @@ m4_define([year_version], [2018])
 m4_define([release_version], [4])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=no
+is_release_build=yes
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index bbd1b409d510b74644e15ad5fe598fe31266a6d2..3377ae126b616abd79f6ca7deadc8cd3ca312f12 100644 (file)
@@ -18,7 +18,7 @@
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
-LIBOSTREE_2018.4 {
+LIBOSTREE_2018.5 {
 } LIBOSTREE_2018.3;
 
 /* Stub section for the stable release *after* this development one; don't